home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bath
/
Bath CDROM.iso
/
pc
/
SYSCHECK.DXR
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-26
|
216 b
|
15 lines
global startTime
on exitFrame
if (the milliSeconds - startTime) > 5000 then
quit()
end if
go(the frame)
end
on wait amount
start = the ticks
repeat while (the ticks - start) < amount
end repeat
end